File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ In order to use this library you need to have access to an Oracle Field Service
3535
3636` updateActivity(activityId, activityData) ` : Update activity details
3737
38- ` setFileProperty (activityId, propertyId, file)` : Set file property
38+ ` setActivityFileProperty (activityId, propertyId, file)` : Set file property
3939
40- ` getFilePropertyMetadata (activityId, propertyId)` : Get file property metadata
40+ ` getActivityFilePropertyMetadata (activityId, propertyId)` : Get file property metadata
4141
42- ` getFilePropertyContent (activityId, propertyId, contentType)` : Get file property content
42+ ` getActivityFilePropertyContent (activityId, propertyId, contentType)` : Get file property content
4343
44- ` getFileProperty (activityId, propertyId)` : Get file property (content and metadata)
44+ ` getActivityFileProperty (activityId, propertyId)` : Get file property (content and metadata)
4545
4646### Core: Subscription Management
4747
You can’t perform that action at this time.
0 commit comments