Package odata.msgraph.client.complex
Class Fido2KeyRestrictions
- java.lang.Object
-
- odata.msgraph.client.complex.Fido2KeyRestrictions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Fido2KeyRestrictions extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFido2KeyRestrictions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>aaGuidsprotected StringaaGuidsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Fido2RestrictionEnforcementTypeenforcementTypeprotected BooleanisEnforcedprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedFido2KeyRestrictions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Fido2KeyRestrictions.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<String>getAaGuids()com.github.davidmoten.odata.client.CollectionPage<String>getAaGuids(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Fido2RestrictionEnforcementType>getEnforcementType()Optional<Boolean>getIsEnforced()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Fido2KeyRestrictionswithEnforcementType(Fido2RestrictionEnforcementType enforcementType)Fido2KeyRestrictionswithIsEnforced(Boolean isEnforced)Fido2KeyRestrictionswithUnmappedField(String name, Object 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
-
aaGuidsNextLink
protected String aaGuidsNextLink
-
enforcementType
protected Fido2RestrictionEnforcementType enforcementType
-
isEnforced
protected Boolean isEnforced
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAaGuids
public com.github.davidmoten.odata.client.CollectionPage<String> getAaGuids()
-
getAaGuids
public com.github.davidmoten.odata.client.CollectionPage<String> getAaGuids(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getEnforcementType
public Optional<Fido2RestrictionEnforcementType> getEnforcementType()
-
withEnforcementType
public Fido2KeyRestrictions withEnforcementType(Fido2RestrictionEnforcementType enforcementType)
-
withIsEnforced
public Fido2KeyRestrictions withIsEnforced(Boolean isEnforced)
-
withUnmappedField
public Fido2KeyRestrictions 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 Fido2KeyRestrictions.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
-
-