Class AssignmentFilterStatusDetails
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AssignmentFilterStatusDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AssignmentFilterStatusDetails extends Object implements com.github.davidmoten.odata.client.ODataType
“Represent status details for device and payload and all associated applied filters.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssignmentFilterStatusDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<KeyValuePair>devicePropertiesprotected StringdevicePropertiesNextLinkprotected List<AssignmentFilterEvaluationSummary>evalutionSummariesprotected StringevalutionSummariesNextLinkprotected StringmanagedDeviceIdprotected StringodataTypeprotected StringpayloadIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuserId
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssignmentFilterStatusDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignmentFilterStatusDetails.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getDeviceProperties()“Device properties used for filter evaluation during device check-in time.”com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getDeviceProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)“Device properties used for filter evaluation during device check-in time.”com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterEvaluationSummary>getEvalutionSummaries()“Evaluation result summaries for each filter associated to device and payload”com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterEvaluationSummary>getEvalutionSummaries(com.github.davidmoten.odata.client.HttpRequestOptions options)“Evaluation result summaries for each filter associated to device and payload”Optional<String>getManagedDeviceId()“Unique identifier for the device object.”Optional<String>getPayloadId()“Unique identifier for payload object.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getUserId()“Unique identifier for UserId object.StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AssignmentFilterStatusDetailswithManagedDeviceId(String managedDeviceId)Returns an immutable copy ofthiswith just themanagedDeviceIdfield changed.AssignmentFilterStatusDetailswithPayloadId(String payloadId)Returns an immutable copy ofthiswith just thepayloadIdfield changed.AssignmentFilterStatusDetailswithUnmappedField(String name, String value)AssignmentFilterStatusDetailswithUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed.
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
deviceProperties
protected List<KeyValuePair> deviceProperties
-
devicePropertiesNextLink
protected String devicePropertiesNextLink
-
evalutionSummaries
protected List<AssignmentFilterEvaluationSummary> evalutionSummaries
-
evalutionSummariesNextLink
protected String evalutionSummariesNextLink
-
managedDeviceId
protected String managedDeviceId
-
payloadId
protected String payloadId
-
userId
protected String userId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getDeviceProperties
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getDeviceProperties()
“Device properties used for filter evaluation during device check-in time.”- Returns:
- property deviceProperties
-
getDeviceProperties
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getDeviceProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Device properties used for filter evaluation during device check-in time.”- Parameters:
options- specify connect and read timeouts- Returns:
- property deviceProperties
-
getEvalutionSummaries
public com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterEvaluationSummary> getEvalutionSummaries()
“Evaluation result summaries for each filter associated to device and payload”- Returns:
- property evalutionSummaries
-
getEvalutionSummaries
public com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterEvaluationSummary> getEvalutionSummaries(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Evaluation result summaries for each filter associated to device and payload”- Parameters:
options- specify connect and read timeouts- Returns:
- property evalutionSummaries
-
getManagedDeviceId
public Optional<String> getManagedDeviceId()
“Unique identifier for the device object.”- Returns:
- property managedDeviceId
-
withManagedDeviceId
public AssignmentFilterStatusDetails withManagedDeviceId(String managedDeviceId)
Returns an immutable copy ofthiswith just themanagedDeviceIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Unique identifier for the device object.”
- Parameters:
managedDeviceId- new value ofmanagedDeviceIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanagedDeviceIdfield changed
-
getPayloadId
public Optional<String> getPayloadId()
“Unique identifier for payload object.”- Returns:
- property payloadId
-
withPayloadId
public AssignmentFilterStatusDetails withPayloadId(String payloadId)
Returns an immutable copy ofthiswith just thepayloadIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Unique identifier for payload object.”
- Parameters:
payloadId- new value ofpayloadIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thepayloadIdfield changed
-
getUserId
public Optional<String> getUserId()
“Unique identifier for UserId object. Can be null”- Returns:
- property userId
-
withUserId
public AssignmentFilterStatusDetails withUserId(String userId)
Returns an immutable copy ofthiswith just theuserIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Unique identifier for UserId object. Can be null”
- Parameters:
userId- new value ofuserIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theuserIdfield changed
-
withUnmappedField
public AssignmentFilterStatusDetails withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AssignmentFilterStatusDetails.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-