Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
-
Packages that use ImmutableRawUserRole Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawUserRole in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawUserRole Modifier and Type Method Description ImmutableRawUserRoleImmutableRawUserRole.Builder. build()Builds a newImmutableRawUserRole.static ImmutableRawUserRoleImmutableRawUserRole. copyOf(RawUserRole instance)Creates an immutable copy of aRawUserRolevalue.static ImmutableRawUserRoleImmutableRawUserRole. of(org.cloudfoundry.client.v3.roles.RoleResource roleResource)Construct a new immutableRawUserRoleinstance.ImmutableRawUserRoleImmutableRawUserRole. withRoleResource(org.cloudfoundry.client.v3.roles.RoleResource value)Copy the current immutable object by setting a value for theroleResourceattribute.
-