Package odata.msgraph.client.complex
Class UriClickSecurityState
- java.lang.Object
-
- odata.msgraph.client.complex.UriClickSecurityState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UriClickSecurityState extends Object implements com.github.davidmoten.odata.client.ODataType
Org.OData.Core.V1.Revisions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUriClickSecurityState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringclickActionprotected OffsetDateTimeclickDateTimeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringidprotected StringodataTypeprotected StringsourceIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuriDomainprotected Stringverdict
-
Constructor Summary
Constructors Modifier Constructor Description protectedUriClickSecurityState()
-
Method Summary
-
-
-
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
-
clickAction
protected String clickAction
-
clickDateTime
protected OffsetDateTime clickDateTime
-
id
protected String id
-
sourceId
protected String sourceId
-
uriDomain
protected String uriDomain
-
verdict
protected String verdict
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withClickAction
public UriClickSecurityState withClickAction(String clickAction)
-
getClickDateTime
public Optional<OffsetDateTime> getClickDateTime()
-
withClickDateTime
public UriClickSecurityState withClickDateTime(OffsetDateTime clickDateTime)
-
withId
public UriClickSecurityState withId(String id)
-
withSourceId
public UriClickSecurityState withSourceId(String sourceId)
-
withUriDomain
public UriClickSecurityState withUriDomain(String uriDomain)
-
withVerdict
public UriClickSecurityState withVerdict(String verdict)
-
withUnmappedField
public UriClickSecurityState withUnmappedField(String name, Object 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 UriClickSecurityState.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
-
-