public class TargetResource extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetResource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected GroupType |
groupType |
protected String |
id |
protected List<ModifiedProperty> |
modifiedProperties |
protected String |
modifiedPropertiesNextLink |
protected String |
odataType |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userPrincipalName |
| Modifier | Constructor and Description |
|---|---|
protected |
TargetResource() |
| Modifier and Type | Method and Description |
|---|---|
static TargetResource.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDisplayName() |
Optional<GroupType> |
getGroupType() |
Optional<String> |
getId() |
com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty> |
getModifiedProperties() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserPrincipalName() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
TargetResource |
withDisplayName(String displayName) |
TargetResource |
withGroupType(GroupType groupType) |
TargetResource |
withId(String id) |
TargetResource |
withType(String type) |
TargetResource |
withUserPrincipalName(String userPrincipalName) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String displayName
protected String type
protected String userPrincipalName
protected GroupType groupType
protected List<ModifiedProperty> modifiedProperties
protected String modifiedPropertiesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TargetResource withId(String id)
public TargetResource withDisplayName(String displayName)
public TargetResource withType(String type)
public TargetResource withUserPrincipalName(String userPrincipalName)
public TargetResource withGroupType(GroupType groupType)
public com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty> getModifiedProperties()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static TargetResource.Builder builder()
Copyright © 2018–2020. All rights reserved.