Class TenantDetailedInformation
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.managed.tenants.entity.TenantDetailedInformation
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class TenantDetailedInformation extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenantDetailedInformation.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringcityprotected StringcountryCodeprotected StringcountryNameprotected StringdefaultDomainNameprotected StringdisplayNameprotected StringindustryNameprotected Stringregionprotected StringsegmentNameprotected StringtenantIdprotected StringverticalName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTenantDetailedInformation()
-
Method Summary
-
-
-
Field Detail
-
city
protected String city
-
countryCode
protected String countryCode
-
countryName
protected String countryName
-
defaultDomainName
protected String defaultDomainName
-
displayName
protected String displayName
-
industryName
protected String industryName
-
region
protected String region
-
segmentName
protected String segmentName
-
tenantId
protected String tenantId
-
verticalName
protected String verticalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderTenantDetailedInformation
public static TenantDetailedInformation.Builder builderTenantDetailedInformation()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withCity
public TenantDetailedInformation withCity(String city)
-
withCountryCode
public TenantDetailedInformation withCountryCode(String countryCode)
-
withCountryName
public TenantDetailedInformation withCountryName(String countryName)
-
withDefaultDomainName
public TenantDetailedInformation withDefaultDomainName(String defaultDomainName)
-
withDisplayName
public TenantDetailedInformation withDisplayName(String displayName)
-
withIndustryName
public TenantDetailedInformation withIndustryName(String industryName)
-
withRegion
public TenantDetailedInformation withRegion(String region)
-
withSegmentName
public TenantDetailedInformation withSegmentName(String segmentName)
-
withTenantId
public TenantDetailedInformation withTenantId(String tenantId)
-
withVerticalName
public TenantDetailedInformation withVerticalName(String verticalName)
-
withUnmappedField
public TenantDetailedInformation withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public TenantDetailedInformation patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public TenantDetailedInformation put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-