Class MembershipRuleProcessingStatus
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MembershipRuleProcessingStatus
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MembershipRuleProcessingStatus extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMembershipRuleProcessingStatus.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringerrorMessageprotected OffsetDateTimelastMembershipUpdatedprotected StringodataTypeprotected MembershipRuleProcessingStatusDetailsstatusprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedMembershipRuleProcessingStatus()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MembershipRuleProcessingStatus.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getErrorMessage()Optional<OffsetDateTime>getLastMembershipUpdated()Optional<MembershipRuleProcessingStatusDetails>getStatus()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()MembershipRuleProcessingStatuswithErrorMessage(String errorMessage)MembershipRuleProcessingStatuswithLastMembershipUpdated(OffsetDateTime lastMembershipUpdated)MembershipRuleProcessingStatuswithStatus(MembershipRuleProcessingStatusDetails status)MembershipRuleProcessingStatuswithUnmappedField(String name, String value)
-
-
-
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
-
errorMessage
protected String errorMessage
-
lastMembershipUpdated
protected OffsetDateTime lastMembershipUpdated
-
status
protected MembershipRuleProcessingStatusDetails status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withErrorMessage
public MembershipRuleProcessingStatus withErrorMessage(String errorMessage)
-
getLastMembershipUpdated
public Optional<OffsetDateTime> getLastMembershipUpdated()
-
withLastMembershipUpdated
public MembershipRuleProcessingStatus withLastMembershipUpdated(OffsetDateTime lastMembershipUpdated)
-
getStatus
public Optional<MembershipRuleProcessingStatusDetails> getStatus()
-
withStatus
public MembershipRuleProcessingStatus withStatus(MembershipRuleProcessingStatusDetails status)
-
withUnmappedField
public MembershipRuleProcessingStatus 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 MembershipRuleProcessingStatus.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
-
-