Class SecurityActionState
- java.lang.Object
-
- odata.msgraph.client.beta.complex.SecurityActionState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SecurityActionState extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityActionState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringappIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected OperationStatusstatusprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected OffsetDateTimeupdatedDateTimeprotected Stringuser
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityActionState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityActionState.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getAppId()Optional<OperationStatus>getStatus()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<OffsetDateTime>getUpdatedDateTime()Optional<String>getUser()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SecurityActionStatewithAppId(String appId)SecurityActionStatewithStatus(OperationStatus status)SecurityActionStatewithUnmappedField(String name, String value)SecurityActionStatewithUpdatedDateTime(OffsetDateTime updatedDateTime)SecurityActionStatewithUser(String user)
-
-
-
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
-
appId
protected String appId
-
status
protected OperationStatus status
-
updatedDateTime
protected OffsetDateTime updatedDateTime
-
user
protected String user
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAppId
public SecurityActionState withAppId(String appId)
-
getStatus
public Optional<OperationStatus> getStatus()
-
withStatus
public SecurityActionState withStatus(OperationStatus status)
-
getUpdatedDateTime
public Optional<OffsetDateTime> getUpdatedDateTime()
-
withUpdatedDateTime
public SecurityActionState withUpdatedDateTime(OffsetDateTime updatedDateTime)
-
withUser
public SecurityActionState withUser(String user)
-
withUnmappedField
public SecurityActionState 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 SecurityActionState.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
-
-