public class CoachAssignmentCRUDAuthenticatedResponse : Response<CoachAssignmentWrapper>| Body |
Gets or Sets the raw body returned by the Rest API Call.
If the StatusCode is something other than OK (200), the value of Body will be invalid.
(Inherited from ResponseT) |
| CoachAssignmentList | Facade function that returns the same as this.Value |
| ExceptionMessage | (Inherited from ResponseT) |
| FileSystemCachedResponse |
If true, indicates this response was from file system local storage, and not from an API call.
(Inherited from ResponseT) |
| HasOkStatusCode |
Helper function. Returns true if .OverallStausCode is OK.
(Inherited from ResponseT) |
| InMemoryCachedResponse |
If true, indicates this response was from in memory cache, and not from an API call.
(Inherited from ResponseT) |
| Json |
The serialized text value returned by the Rest API. This value is only set if there was an error.
(Inherited from ResponseT) |
| MessageResponse |
Gets or sets the MesageResponse *status* data object returned by the Rest API Call. The Message Response contains all of the standard
fields returned in a Scopos Rest API call, including Message and NextToken (if used). What it doesn't contain is the requested data model object.
(Inherited from ResponseT) |
| OverallStatusCode |
Gets or Sets the overall status code. Pinpointing errors other than from the Rest API.
(Inherited from ResponseT) |
| Request |
The Request object used to generate this Response object.
(Inherited from ResponseT) |
| RestApiStatusCode |
Gets or Sets the Status Code returned by the Rest API call.
(Inherited from ResponseT) |
| TimeToRun |
Total time of the request. Includes the time it takes to make the API call plus time to parse the returned JSON into object form.
(Inherited from ResponseT) |
| Value |
Gets or sets the data object returned by the Rest API Call.
(Inherited from ResponseT) |
| WriteToFileSystemCacheOnSuccess |
Boolean indicating if the response should be written to file system cache on a successful call.
Default value is false.
(Inherited from ResponseT) |
| ConvertBodyToValue |
Function responsible for each concrete implementation to convert the Body, which
is a JToken object, into the Value, which is of type T.
(Inherited from ResponseT) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetCacheValueExpiryTime |
Returns the time that the response object is considered out of date and
should not longer be used in a cached response.
To enable cache for a API call two things needs to happen. First the concrete
APIClient needs to enabled caching response by setting .IgnoreLocalCache to false.
Second, each request object must enable it by overridding GetCacheValueExpiryTime
to a value in the future.
(Inherited from ResponseT) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |